home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m09h06.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  644 b   |  25 lines

  1. on startMovie
  2.   global gNumberofSlides, gCurrentSlide, gPause, gOnIBM, gSoundPath
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gSoundPath to the pathName & "m09h06\"
  6.   else
  7.     set gSoundPath to the pathName & "m09h06:"
  8.   end if
  9.   formatHyperText()
  10.   set gNumberofSlides to 7
  11.   set gCurrentSlide to 1
  12.   set gPause to 0
  13. end
  14.  
  15. on formatHyperText
  16.   global gOnIBM
  17.   if gOnIBM then
  18.     set the textFont of field "hypertext definition" to "Arial"
  19.     set the textSize of field "hypertext definition" to 12
  20.   else
  21.     set the textFont of field "hypertext definition" to "Geneva"
  22.     set the textSize of field "hypertext definition" to 12
  23.   end if
  24. end
  25.